The Dreamweaver JavaScript API > Layout environment functions > dom.setTracingImagePosition() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Sets the opacity of the tracing image.
Arguments
opacityPercentage
opacityPercentage
must be a number between 0 and 100.
Returns
Nothing.
Enabler
Example
The following code sets the opacity of the tracing image to 30%:
dw.getDocumentDOM().setTracingOpacity('30');
![]() ![]() ![]() |